MegacoolLinkClickedEvent

typedef struct MegacoolLinkClickedEvent {
    int isFirstSession;
    const char *userId;
    const char *shareId;
    const char *url;
} MegacoolLinkClickedEvent
  • Declaration

    Objective-C

    struct MegacoolLinkClickedEvent {
        int isFirstSession;
        const char *userId;
        const char *shareId;
        const char *url;
    }

    Swift

    struct MegacoolLinkClickedEvent